home *** CD-ROM | disk | FTP | other *** search
- /*
- StepMan
- */
-
-
- //---------------------------------------------------------------------- StepMan()
- //グローバルステップ
- #define STEP_INIT_ALL (1)
- #define STEP_EXIT (999)
-
- #define STEP_TITLE_INIT (110)
- #define STEP_TITLE (120)
-
- #define STEP_PLAYDEMO_INIT (210)
- #define STEP_PLAYDEMO (220)
-
- #define STEP_ENDING_INIT (310)
- #define STEP_ENDING (320)
-
- #define STEP_GAMEOVER_INIT (410)
- #define STEP_GAMEOVER (420)
-
- #define STEP_STAGE_INIT (10)
- #define STEP_STAGE (20)
- #define STEP_STAGE_NORMA_CLEAR (30)
- #define STEP_STAGE_STAR (40)
- #define STEP_STAGE_CLEAR (50)
-
-
-